From 6632ecffe4849c345058384c6eec10a0b33950a4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 30 Jan 2012 20:52:29 -0800 Subject: [PATCH] * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. --- lisp/emacs-lisp/easy-mmode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 9136aece161..efd5ee45d9b 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -114,6 +114,7 @@ BODY contains code to execute each time the mode is enabled or disabled. buffer-local, so don't make the variable MODE buffer-local. By default, the mode is buffer-local. :init-value VAL Same as the INIT-VALUE argument. + Not used if you also specify :variable. :lighter SPEC Same as the LIGHTER argument. :keymap MAP Same as the KEYMAP argument. :require SYM Same as in `defcustom'. -- 2.30.2